public void SortPagesManually( IEnumerable<Page> colPages )
public: void SortPagesManually( IEnumerable<Page^>^ colPages )
Parameters
- colPages
- Collection of pages defining new order of pages in list view of page navigator. Can't null or empty.
public void SortPagesManually( IEnumerable<Page> colPages )
public: void SortPagesManually( IEnumerable<Page^>^ colPages )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if colPages is null or empty. |
Eplan.EplApi.Base.BaseException | Thrown if an error occurs while executing the method. |
Result of this method can be invisible in list view of page navigator. This can happen if value of setting 'PageBrowserGui.UseManualSortID' has been false
while the used project were being opened. In this case to see the custom sort order the project needs to be restarted.
Method sets value of used project setting 'PageBrowserGui.UseManualSortID' to true
.